home *** CD-ROM | disk | FTP | other *** search
- #ifndef __Shell_Vector_h
- #define __Shell_Vector_h
-
- #ifndef __Shell_h
- #include "Shell.Shell.h"
- #endif
-
-
- Shell_rectblock *Shell_AddDoubleVerticalVector(
- Shell_windblock *wind,
- int x,
- int y,
- int size,
- int forecol,
- int backcol,
- double *data
- );
- /* displays the contents of double array 'data' as a vertical */
- /* vector in the window. The top value will be data[0] */
-
- #endif
-